Nullable.opCmp

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opCmp(N n)
    struct Nullable(T)
    const nothrow pure @safe @nogc
    static if(__traits(compiles, (T a, T b)) && !is(T == class))
    int
    opCmp
    (
    N : typeof(null)
    )
    (
    N n
    )
  2. int opCmp(T rhs)
  3. int opCmp(Nullable!T rhs)

Meta